home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Grand Slam 3
/
Grand Slam 3.iso
/
002
/
pb_210.arj
/
P.BAT
< prev
next >
Wrap
DOS Batch File
|
1995-07-21
|
162b
|
12 lines
:again
PROBOARD -S
if errorlevel 99 goto out
if errorlevel 1 goto fatal
goto again
:fatal
echo A fatal error occured.
goto x
:out
echo Normal exit.
:x